home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / UTILITY / winwash / washer.exe / 0 / RCDATA / TFORM11 / TFORM11.txt
Text File  |  1998-12-02  |  2KB  |  103 lines

  1. object Form11: TForm11
  2.   Left = 211
  3.   Top = 144
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Internet Explorer Cookies'
  7.   ClientHeight = 261
  8.   ClientWidth = 442
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 4
  21.     Top = 8
  22.     Width = 184
  23.     Height = 13
  24.     Caption = 'All Cookies Contained in your IE profile:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 266
  28.     Top = 9
  29.     Width = 157
  30.     Height = 13
  31.     Caption = 'Contents of Selected Cookie File:'
  32.   end
  33.   object FileListBox1: TFileListBox
  34.     Left = 4
  35.     Top = 25
  36.     Width = 253
  37.     Height = 97
  38.     ItemHeight = 13
  39.     Mask = '*.txt'
  40.     TabOrder = 0
  41.     OnClick = FileListBox1Click
  42.   end
  43.   object Memo1: TMemo
  44.     Left = 265
  45.     Top = 25
  46.     Width = 172
  47.     Height = 100
  48.     ScrollBars = ssBoth
  49.     TabOrder = 1
  50.     WantReturns = False
  51.     WordWrap = False
  52.   end
  53.   object BitBtn1: TBitBtn
  54.     Left = 64
  55.     Top = 135
  56.     Width = 97
  57.     Height = 25
  58.     Caption = 'Add to Keepers'
  59.     TabOrder = 2
  60.     OnClick = BitBtn1Click
  61.   end
  62.   object BitBtn2: TBitBtn
  63.     Left = 176
  64.     Top = 135
  65.     Width = 121
  66.     Height = 25
  67.     Caption = 'Remove from Keepers'
  68.     TabOrder = 3
  69.     OnClick = BitBtn2Click
  70.   end
  71.   object BitBtn3: TBitBtn
  72.     Left = 312
  73.     Top = 135
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'Done'
  77.     TabOrder = 4
  78.     OnClick = BitBtn3Click
  79.   end
  80.   object Memo2: TMemo
  81.     Left = -373
  82.     Top = 251
  83.     Width = 371
  84.     Height = 85
  85.     TabOrder = 5
  86.     Visible = False
  87.   end
  88.   object ListView1: TListView
  89.     Left = 31
  90.     Top = 168
  91.     Width = 373
  92.     Height = 84
  93.     Columns = <
  94.       item
  95.         Caption = 'Cookies To Keep'
  96.         Width = 368
  97.       end>
  98.     RowSelect = True
  99.     TabOrder = 6
  100.     ViewStyle = vsReport
  101.   end
  102. end
  103.